home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / popvid.zip / READ.ME < prev    next >
Text File  |  1993-01-04  |  1KB  |  27 lines

  1. I have quickly become a very happy user of SAYWHAT! for all kinds of
  2. screen generating work.  It is quick, easy, and powerful.  The only
  3. drawback I found is that it did not work very well with Clipper.  
  4.  
  5. To load screens/windows in Clipper, one has to use the 'RUN' command 
  6. to invoke a stand alone loader rather than directly interface to the
  7. memory resident loader.  
  8.  
  9. The enclosed routine, popvid.obj, is a small assembly language routine
  10. which can be linked into a clipper application and provides a direct
  11. interface to the memory resident Saywhat loader.
  12.  
  13. Included files are:
  14.                POPVID.ASM -- source and linkable interface module
  15.                   POPVID.OBJ /
  16.  
  17.                      WHATDEMO.PRG -- demo program to illustrate use of popvid
  18.  
  19.                      LDPOPVID.SQZ \
  20.                      WINDPOP.SQZ  -- screens used with demo program
  21.                      POPLOAD.SQZ  /
  22.  
  23.                                                             CLIPWHAT.BAT -- compile/link clipper applic (mod CL.BAT)
  24.  
  25. Since SAYWHAT! is already callable from dB3+ there is no need to make this
  26. useable in that application.
  27.